UserCSS: Link Deco
[~ <link>]
また、内部リンクのうち、どうしてもエイリアス表現を用いたいときに用いる code:style.css
.deco-\~ {
position: relative;
&:has(a) {
}
&:has(a.empty-page-link) {
color: var(--empty-page-link-color, #fd7373); }
& a::before {
content: '🔗';
}
content: '';
font-family: 'Material Symbols Outlined', monospace;
font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 24;
}
& a span {
position: absolute;
inset: 0;
font-size: 0;
}
.cursor-line & {
& a span {
position: unset;
inset: unset;
font-size: unset;
}
}
}